<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="RELAT%C3%93RIO%20C_arquivos/estilo.css">
<link rel="stylesheet" href="RELAT%C3%93RIO%20C_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="RELAT%C3%93RIO%20C_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="RELAT%C3%93RIO%20C_arquivos/jquery.js" type="text/javascript"></script>
<script src="RELAT%C3%93RIO%20C_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="RELAT%C3%93RIO%20C_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="RELAT%C3%93RIO%20C_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | C - 1 Perodo - 07/05/2012 - 13/08/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="1" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="39" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96445" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="1 Perodo - 07/05/2012 - 13/08/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1524181&nbsp;ANDREZA OLIVEIRA COSTA
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="1524181" type="hidden"></td>
            
            <td id="colunaNotaAluno_1524181_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_154" id="ci_AlunoAvaliacao_1524181_154" value="78661189" type="hidden">
                <input name="nr_Nota_1524181_154" id="nr_Nota_1524181_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_160" id="ci_AlunoAvaliacao_1524181_160" value="78659386" type="hidden">
                <input name="nr_Nota_1524181_160" id="nr_Nota_1524181_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_530" id="ci_AlunoAvaliacao_1524181_530" value="78663473" type="hidden">
                <input name="nr_Nota_1524181_530" id="nr_Nota_1524181_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_780" id="ci_AlunoAvaliacao_1524181_780" value="79309081" type="hidden">
                <input name="nr_Nota_1524181_780" id="nr_Nota_1524181_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_800" id="ci_AlunoAvaliacao_1524181_800" value="78658721" type="hidden">
                <input name="nr_Nota_1524181_800" id="nr_Nota_1524181_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_890" id="ci_AlunoAvaliacao_1524181_890" value="78662471" type="hidden">
                <input name="nr_Nota_1524181_890" id="nr_Nota_1524181_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_970" id="ci_AlunoAvaliacao_1524181_970" value="78657327" type="hidden">
                <input name="nr_Nota_1524181_970" id="nr_Nota_1524181_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_3330" id="ci_AlunoAvaliacao_1524181_3330" value="78663172" type="hidden">
                <input name="nr_Nota_1524181_3330" id="nr_Nota_1524181_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1130" id="ci_AlunoAvaliacao_1524181_1130" value="78661934" type="hidden">
                <input name="nr_Nota_1524181_1130" id="nr_Nota_1524181_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1140" id="ci_AlunoAvaliacao_1524181_1140" value="78660177" type="hidden">
                <input name="nr_Nota_1524181_1140" id="nr_Nota_1524181_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1200" id="ci_AlunoAvaliacao_1524181_1200" value="77352173" type="hidden">
                <input name="nr_Nota_1524181_1200" id="nr_Nota_1524181_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1620" id="ci_AlunoAvaliacao_1524181_1620" value="79775165" type="hidden">
                <input name="nr_Nota_1524181_1620" id="nr_Nota_1524181_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524181_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524181_1730" id="ci_AlunoAvaliacao_1524181_1730" value="77685812" type="hidden">
                <input name="nr_Nota_1524181_1730" id="nr_Nota_1524181_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1663166&nbsp;ANTONIO ANDERSON ALCANTARA GOIANA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="1663166" type="hidden"></td>
            
            <td id="colunaNotaAluno_1663166_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_154" id="ci_AlunoAvaliacao_1663166_154" value="78661190" type="hidden">
                <input name="nr_Nota_1663166_154" id="nr_Nota_1663166_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_160" id="ci_AlunoAvaliacao_1663166_160" value="78659387" type="hidden">
                <input name="nr_Nota_1663166_160" id="nr_Nota_1663166_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_530" id="ci_AlunoAvaliacao_1663166_530" value="78663474" type="hidden">
                <input name="nr_Nota_1663166_530" id="nr_Nota_1663166_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_780" id="ci_AlunoAvaliacao_1663166_780" value="79309082" type="hidden">
                <input name="nr_Nota_1663166_780" id="nr_Nota_1663166_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_800" id="ci_AlunoAvaliacao_1663166_800" value="78658726" type="hidden">
                <input name="nr_Nota_1663166_800" id="nr_Nota_1663166_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_890" id="ci_AlunoAvaliacao_1663166_890" value="78662472" type="hidden">
                <input name="nr_Nota_1663166_890" id="nr_Nota_1663166_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_970" id="ci_AlunoAvaliacao_1663166_970" value="78657328" type="hidden">
                <input name="nr_Nota_1663166_970" id="nr_Nota_1663166_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_3330" id="ci_AlunoAvaliacao_1663166_3330" value="78663173" type="hidden">
                <input name="nr_Nota_1663166_3330" id="nr_Nota_1663166_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1130" id="ci_AlunoAvaliacao_1663166_1130" value="78661935" type="hidden">
                <input name="nr_Nota_1663166_1130" id="nr_Nota_1663166_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1140" id="ci_AlunoAvaliacao_1663166_1140" value="78660178" type="hidden">
                <input name="nr_Nota_1663166_1140" id="nr_Nota_1663166_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1200" id="ci_AlunoAvaliacao_1663166_1200" value="77352174" type="hidden">
                <input name="nr_Nota_1663166_1200" id="nr_Nota_1663166_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1620" id="ci_AlunoAvaliacao_1663166_1620" value="79775166" type="hidden">
                <input name="nr_Nota_1663166_1620" id="nr_Nota_1663166_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663166_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663166_1730" id="ci_AlunoAvaliacao_1663166_1730" value="77685813" type="hidden">
                <input name="nr_Nota_1663166_1730" id="nr_Nota_1663166_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1043986&nbsp;CRISLANE RODRIGUES BERNARDO
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="1043986" type="hidden"></td>
            
            <td id="colunaNotaAluno_1043986_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_154" id="ci_AlunoAvaliacao_1043986_154" value="78661192" type="hidden">
                <input name="nr_Nota_1043986_154" id="nr_Nota_1043986_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_160" id="ci_AlunoAvaliacao_1043986_160" value="78659389" type="hidden">
                <input name="nr_Nota_1043986_160" id="nr_Nota_1043986_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_530" id="ci_AlunoAvaliacao_1043986_530" value="78663476" type="hidden">
                <input name="nr_Nota_1043986_530" id="nr_Nota_1043986_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_780" id="ci_AlunoAvaliacao_1043986_780" value="79309084" type="hidden">
                <input name="nr_Nota_1043986_780" id="nr_Nota_1043986_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_800" id="ci_AlunoAvaliacao_1043986_800" value="78658731" type="hidden">
                <input name="nr_Nota_1043986_800" id="nr_Nota_1043986_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_890" id="ci_AlunoAvaliacao_1043986_890" value="78662474" type="hidden">
                <input name="nr_Nota_1043986_890" id="nr_Nota_1043986_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_970" id="ci_AlunoAvaliacao_1043986_970" value="78657330" type="hidden">
                <input name="nr_Nota_1043986_970" id="nr_Nota_1043986_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_3330" id="ci_AlunoAvaliacao_1043986_3330" value="78663175" type="hidden">
                <input name="nr_Nota_1043986_3330" id="nr_Nota_1043986_3330" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1130" id="ci_AlunoAvaliacao_1043986_1130" value="78661937" type="hidden">
                <input name="nr_Nota_1043986_1130" id="nr_Nota_1043986_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1140" id="ci_AlunoAvaliacao_1043986_1140" value="78660183" type="hidden">
                <input name="nr_Nota_1043986_1140" id="nr_Nota_1043986_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1200" id="ci_AlunoAvaliacao_1043986_1200" value="77352176" type="hidden">
                <input name="nr_Nota_1043986_1200" id="nr_Nota_1043986_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1620" id="ci_AlunoAvaliacao_1043986_1620" value="79775168" type="hidden">
                <input name="nr_Nota_1043986_1620" id="nr_Nota_1043986_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1043986_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1043986_1730" id="ci_AlunoAvaliacao_1043986_1730" value="77685815" type="hidden">
                <input name="nr_Nota_1043986_1730" id="nr_Nota_1043986_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;494402&nbsp;DAIANE DA COSTA PEREIRA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="494402" type="hidden"></td>
            
            <td id="colunaNotaAluno_494402_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_154" id="ci_AlunoAvaliacao_494402_154" value="78661193" type="hidden">
                <input name="nr_Nota_494402_154" id="nr_Nota_494402_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_160" id="ci_AlunoAvaliacao_494402_160" value="78659390" type="hidden">
                <input name="nr_Nota_494402_160" id="nr_Nota_494402_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_530" id="ci_AlunoAvaliacao_494402_530" value="78663477" type="hidden">
                <input name="nr_Nota_494402_530" id="nr_Nota_494402_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_780" id="ci_AlunoAvaliacao_494402_780" value="79309085" type="hidden">
                <input name="nr_Nota_494402_780" id="nr_Nota_494402_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_800" id="ci_AlunoAvaliacao_494402_800" value="78658733" type="hidden">
                <input name="nr_Nota_494402_800" id="nr_Nota_494402_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_890" id="ci_AlunoAvaliacao_494402_890" value="78662475" type="hidden">
                <input name="nr_Nota_494402_890" id="nr_Nota_494402_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_970" id="ci_AlunoAvaliacao_494402_970" value="78657331" type="hidden">
                <input name="nr_Nota_494402_970" id="nr_Nota_494402_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_3330" id="ci_AlunoAvaliacao_494402_3330" value="78663176" type="hidden">
                <input name="nr_Nota_494402_3330" id="nr_Nota_494402_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1130" id="ci_AlunoAvaliacao_494402_1130" value="78661938" type="hidden">
                <input name="nr_Nota_494402_1130" id="nr_Nota_494402_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1140" id="ci_AlunoAvaliacao_494402_1140" value="78660184" type="hidden">
                <input name="nr_Nota_494402_1140" id="nr_Nota_494402_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1200" id="ci_AlunoAvaliacao_494402_1200" value="77352177" type="hidden">
                <input name="nr_Nota_494402_1200" id="nr_Nota_494402_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1620" id="ci_AlunoAvaliacao_494402_1620" value="79775169" type="hidden">
                <input name="nr_Nota_494402_1620" id="nr_Nota_494402_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_494402_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_494402_1730" id="ci_AlunoAvaliacao_494402_1730" value="77685816" type="hidden">
                <input name="nr_Nota_494402_1730" id="nr_Nota_494402_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1663182&nbsp;ERICA RAQUEL ANDRADE GOMES
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1663182" type="hidden"></td>
            
            <td id="colunaNotaAluno_1663182_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_154" id="ci_AlunoAvaliacao_1663182_154" value="78661194" type="hidden">
                <input name="nr_Nota_1663182_154" id="nr_Nota_1663182_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_160" id="ci_AlunoAvaliacao_1663182_160" value="78659391" type="hidden">
                <input name="nr_Nota_1663182_160" id="nr_Nota_1663182_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_530" id="ci_AlunoAvaliacao_1663182_530" value="78663478" type="hidden">
                <input name="nr_Nota_1663182_530" id="nr_Nota_1663182_530" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_780" id="ci_AlunoAvaliacao_1663182_780" value="79309086" type="hidden">
                <input name="nr_Nota_1663182_780" id="nr_Nota_1663182_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_800" id="ci_AlunoAvaliacao_1663182_800" value="78658735" type="hidden">
                <input name="nr_Nota_1663182_800" id="nr_Nota_1663182_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_890" id="ci_AlunoAvaliacao_1663182_890" value="78662476" type="hidden">
                <input name="nr_Nota_1663182_890" id="nr_Nota_1663182_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_970" id="ci_AlunoAvaliacao_1663182_970" value="78657332" type="hidden">
                <input name="nr_Nota_1663182_970" id="nr_Nota_1663182_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_3330" id="ci_AlunoAvaliacao_1663182_3330" value="78663177" type="hidden">
                <input name="nr_Nota_1663182_3330" id="nr_Nota_1663182_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1130" id="ci_AlunoAvaliacao_1663182_1130" value="78661939" type="hidden">
                <input name="nr_Nota_1663182_1130" id="nr_Nota_1663182_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1140" id="ci_AlunoAvaliacao_1663182_1140" value="78660185" type="hidden">
                <input name="nr_Nota_1663182_1140" id="nr_Nota_1663182_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1200" id="ci_AlunoAvaliacao_1663182_1200" value="77352178" type="hidden">
                <input name="nr_Nota_1663182_1200" id="nr_Nota_1663182_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1620" id="ci_AlunoAvaliacao_1663182_1620" value="79775170" type="hidden">
                <input name="nr_Nota_1663182_1620" id="nr_Nota_1663182_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1663182_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1663182_1730" id="ci_AlunoAvaliacao_1663182_1730" value="77685817" type="hidden">
                <input name="nr_Nota_1663182_1730" id="nr_Nota_1663182_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;898369&nbsp;ERIKA RESLEY FERNANDES LIMA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="898369" type="hidden"></td>
            
            <td id="colunaNotaAluno_898369_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_154" id="ci_AlunoAvaliacao_898369_154" value="78661195" type="hidden">
                <input name="nr_Nota_898369_154" id="nr_Nota_898369_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_160" id="ci_AlunoAvaliacao_898369_160" value="78659392" type="hidden">
                <input name="nr_Nota_898369_160" id="nr_Nota_898369_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_530" id="ci_AlunoAvaliacao_898369_530" value="78663479" type="hidden">
                <input name="nr_Nota_898369_530" id="nr_Nota_898369_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_780" id="ci_AlunoAvaliacao_898369_780" value="79309087" type="hidden">
                <input name="nr_Nota_898369_780" id="nr_Nota_898369_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_800" id="ci_AlunoAvaliacao_898369_800" value="78658738" type="hidden">
                <input name="nr_Nota_898369_800" id="nr_Nota_898369_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_890" id="ci_AlunoAvaliacao_898369_890" value="78662477" type="hidden">
                <input name="nr_Nota_898369_890" id="nr_Nota_898369_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_970" id="ci_AlunoAvaliacao_898369_970" value="78657333" type="hidden">
                <input name="nr_Nota_898369_970" id="nr_Nota_898369_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_3330" id="ci_AlunoAvaliacao_898369_3330" value="78663178" type="hidden">
                <input name="nr_Nota_898369_3330" id="nr_Nota_898369_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1130" id="ci_AlunoAvaliacao_898369_1130" value="78661940" type="hidden">
                <input name="nr_Nota_898369_1130" id="nr_Nota_898369_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1140" id="ci_AlunoAvaliacao_898369_1140" value="78660186" type="hidden">
                <input name="nr_Nota_898369_1140" id="nr_Nota_898369_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1200" id="ci_AlunoAvaliacao_898369_1200" value="77352179" type="hidden">
                <input name="nr_Nota_898369_1200" id="nr_Nota_898369_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1620" id="ci_AlunoAvaliacao_898369_1620" value="79775171" type="hidden">
                <input name="nr_Nota_898369_1620" id="nr_Nota_898369_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_898369_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_898369_1730" id="ci_AlunoAvaliacao_898369_1730" value="77685818" type="hidden">
                <input name="nr_Nota_898369_1730" id="nr_Nota_898369_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;86617&nbsp;FRANCISCO FABIANO DE SOUZA RODRIGUES
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="86617" type="hidden"></td>
            
            <td id="colunaNotaAluno_86617_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_154" id="ci_AlunoAvaliacao_86617_154" value="78661197" type="hidden">
                <input name="nr_Nota_86617_154" id="nr_Nota_86617_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_160" id="ci_AlunoAvaliacao_86617_160" value="78659394" type="hidden">
                <input name="nr_Nota_86617_160" id="nr_Nota_86617_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_530" id="ci_AlunoAvaliacao_86617_530" value="78663481" type="hidden">
                <input name="nr_Nota_86617_530" id="nr_Nota_86617_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_780" id="ci_AlunoAvaliacao_86617_780" value="79309089" type="hidden">
                <input name="nr_Nota_86617_780" id="nr_Nota_86617_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_800" id="ci_AlunoAvaliacao_86617_800" value="78658740" type="hidden">
                <input name="nr_Nota_86617_800" id="nr_Nota_86617_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_890" id="ci_AlunoAvaliacao_86617_890" value="78662479" type="hidden">
                <input name="nr_Nota_86617_890" id="nr_Nota_86617_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_970" id="ci_AlunoAvaliacao_86617_970" value="78657335" type="hidden">
                <input name="nr_Nota_86617_970" id="nr_Nota_86617_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_3330" id="ci_AlunoAvaliacao_86617_3330" value="78663180" type="hidden">
                <input name="nr_Nota_86617_3330" id="nr_Nota_86617_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1130" id="ci_AlunoAvaliacao_86617_1130" value="78661942" type="hidden">
                <input name="nr_Nota_86617_1130" id="nr_Nota_86617_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1140" id="ci_AlunoAvaliacao_86617_1140" value="78660188" type="hidden">
                <input name="nr_Nota_86617_1140" id="nr_Nota_86617_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1200" id="ci_AlunoAvaliacao_86617_1200" value="77352181" type="hidden">
                <input name="nr_Nota_86617_1200" id="nr_Nota_86617_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1620" id="ci_AlunoAvaliacao_86617_1620" value="79775172" type="hidden">
                <input name="nr_Nota_86617_1620" id="nr_Nota_86617_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_86617_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_86617_1730" id="ci_AlunoAvaliacao_86617_1730" value="77685820" type="hidden">
                <input name="nr_Nota_86617_1730" id="nr_Nota_86617_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;892144&nbsp;FRANCISCO GUSTAVO CAVALCANTE UCHOA
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="892144" type="hidden"></td>
            
            <td id="colunaNotaAluno_892144_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_154" id="ci_AlunoAvaliacao_892144_154" value="78661198" type="hidden">
                <input name="nr_Nota_892144_154" id="nr_Nota_892144_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_160" id="ci_AlunoAvaliacao_892144_160" value="78659395" type="hidden">
                <input name="nr_Nota_892144_160" id="nr_Nota_892144_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_530" id="ci_AlunoAvaliacao_892144_530" value="78663482" type="hidden">
                <input name="nr_Nota_892144_530" id="nr_Nota_892144_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_780" id="ci_AlunoAvaliacao_892144_780" value="79309090" type="hidden">
                <input name="nr_Nota_892144_780" id="nr_Nota_892144_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_800" id="ci_AlunoAvaliacao_892144_800" value="78658741" type="hidden">
                <input name="nr_Nota_892144_800" id="nr_Nota_892144_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_890" id="ci_AlunoAvaliacao_892144_890" value="78662480" type="hidden">
                <input name="nr_Nota_892144_890" id="nr_Nota_892144_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_970" id="ci_AlunoAvaliacao_892144_970" value="78657336" type="hidden">
                <input name="nr_Nota_892144_970" id="nr_Nota_892144_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_3330" id="ci_AlunoAvaliacao_892144_3330" value="78663181" type="hidden">
                <input name="nr_Nota_892144_3330" id="nr_Nota_892144_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1130" id="ci_AlunoAvaliacao_892144_1130" value="78661943" type="hidden">
                <input name="nr_Nota_892144_1130" id="nr_Nota_892144_1130" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1140" id="ci_AlunoAvaliacao_892144_1140" value="78660189" type="hidden">
                <input name="nr_Nota_892144_1140" id="nr_Nota_892144_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1200" id="ci_AlunoAvaliacao_892144_1200" value="77352182" type="hidden">
                <input name="nr_Nota_892144_1200" id="nr_Nota_892144_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1620" id="ci_AlunoAvaliacao_892144_1620" value="79775173" type="hidden">
                <input name="nr_Nota_892144_1620" id="nr_Nota_892144_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892144_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892144_1730" id="ci_AlunoAvaliacao_892144_1730" value="77685821" type="hidden">
                <input name="nr_Nota_892144_1730" id="nr_Nota_892144_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;550052&nbsp;FRANCISCO RAFANAEL FERREIRA DA CRUZ
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="550052" type="hidden"></td>
            
            <td id="colunaNotaAluno_550052_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_154" id="ci_AlunoAvaliacao_550052_154" value="78661199" type="hidden">
                <input name="nr_Nota_550052_154" id="nr_Nota_550052_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_160" id="ci_AlunoAvaliacao_550052_160" value="78659396" type="hidden">
                <input name="nr_Nota_550052_160" id="nr_Nota_550052_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_530" id="ci_AlunoAvaliacao_550052_530" value="78663483" type="hidden">
                <input name="nr_Nota_550052_530" id="nr_Nota_550052_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_780" id="ci_AlunoAvaliacao_550052_780" value="79309091" type="hidden">
                <input name="nr_Nota_550052_780" id="nr_Nota_550052_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_800" id="ci_AlunoAvaliacao_550052_800" value="78658742" type="hidden">
                <input name="nr_Nota_550052_800" id="nr_Nota_550052_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_890" id="ci_AlunoAvaliacao_550052_890" value="78662481" type="hidden">
                <input name="nr_Nota_550052_890" id="nr_Nota_550052_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_970" id="ci_AlunoAvaliacao_550052_970" value="78657337" type="hidden">
                <input name="nr_Nota_550052_970" id="nr_Nota_550052_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_3330" id="ci_AlunoAvaliacao_550052_3330" value="78663182" type="hidden">
                <input name="nr_Nota_550052_3330" id="nr_Nota_550052_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1130" id="ci_AlunoAvaliacao_550052_1130" value="78661944" type="hidden">
                <input name="nr_Nota_550052_1130" id="nr_Nota_550052_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1140" id="ci_AlunoAvaliacao_550052_1140" value="78660190" type="hidden">
                <input name="nr_Nota_550052_1140" id="nr_Nota_550052_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1200" id="ci_AlunoAvaliacao_550052_1200" value="77352183" type="hidden">
                <input name="nr_Nota_550052_1200" id="nr_Nota_550052_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1620" id="ci_AlunoAvaliacao_550052_1620" value="79775174" type="hidden">
                <input name="nr_Nota_550052_1620" id="nr_Nota_550052_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_550052_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_550052_1730" id="ci_AlunoAvaliacao_550052_1730" value="77685822" type="hidden">
                <input name="nr_Nota_550052_1730" id="nr_Nota_550052_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;873965&nbsp;FRANCISCO WENDELL SILVA DE MACEDO
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="873965" type="hidden"></td>
            
            <td id="colunaNotaAluno_873965_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_154" id="ci_AlunoAvaliacao_873965_154" value="78661200" type="hidden">
                <input name="nr_Nota_873965_154" id="nr_Nota_873965_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_160" id="ci_AlunoAvaliacao_873965_160" value="78659397" type="hidden">
                <input name="nr_Nota_873965_160" id="nr_Nota_873965_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_530" id="ci_AlunoAvaliacao_873965_530" value="78663484" type="hidden">
                <input name="nr_Nota_873965_530" id="nr_Nota_873965_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_780" id="ci_AlunoAvaliacao_873965_780" value="79309092" type="hidden">
                <input name="nr_Nota_873965_780" id="nr_Nota_873965_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_800" id="ci_AlunoAvaliacao_873965_800" value="78658743" type="hidden">
                <input name="nr_Nota_873965_800" id="nr_Nota_873965_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_890" id="ci_AlunoAvaliacao_873965_890" value="78662482" type="hidden">
                <input name="nr_Nota_873965_890" id="nr_Nota_873965_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_970" id="ci_AlunoAvaliacao_873965_970" value="78657338" type="hidden">
                <input name="nr_Nota_873965_970" id="nr_Nota_873965_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_3330" id="ci_AlunoAvaliacao_873965_3330" value="78663183" type="hidden">
                <input name="nr_Nota_873965_3330" id="nr_Nota_873965_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1130" id="ci_AlunoAvaliacao_873965_1130" value="78661945" type="hidden">
                <input name="nr_Nota_873965_1130" id="nr_Nota_873965_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1140" id="ci_AlunoAvaliacao_873965_1140" value="78660191" type="hidden">
                <input name="nr_Nota_873965_1140" id="nr_Nota_873965_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1200" id="ci_AlunoAvaliacao_873965_1200" value="77352184" type="hidden">
                <input name="nr_Nota_873965_1200" id="nr_Nota_873965_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1620" id="ci_AlunoAvaliacao_873965_1620" value="79775175" type="hidden">
                <input name="nr_Nota_873965_1620" id="nr_Nota_873965_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873965_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873965_1730" id="ci_AlunoAvaliacao_873965_1730" value="77685823" type="hidden">
                <input name="nr_Nota_873965_1730" id="nr_Nota_873965_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;34449&nbsp;GEISA CRISTINA XAVIER DA SILVA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="34449" type="hidden"></td>
            
            <td id="colunaNotaAluno_34449_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_154" id="ci_AlunoAvaliacao_34449_154" value="78661201" type="hidden">
                <input name="nr_Nota_34449_154" id="nr_Nota_34449_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_160" id="ci_AlunoAvaliacao_34449_160" value="78659398" type="hidden">
                <input name="nr_Nota_34449_160" id="nr_Nota_34449_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_530" id="ci_AlunoAvaliacao_34449_530" value="78663485" type="hidden">
                <input name="nr_Nota_34449_530" id="nr_Nota_34449_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_780" id="ci_AlunoAvaliacao_34449_780" value="79309093" type="hidden">
                <input name="nr_Nota_34449_780" id="nr_Nota_34449_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_800" id="ci_AlunoAvaliacao_34449_800" value="78658744" type="hidden">
                <input name="nr_Nota_34449_800" id="nr_Nota_34449_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_890" id="ci_AlunoAvaliacao_34449_890" value="78662483" type="hidden">
                <input name="nr_Nota_34449_890" id="nr_Nota_34449_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_970" id="ci_AlunoAvaliacao_34449_970" value="78657339" type="hidden">
                <input name="nr_Nota_34449_970" id="nr_Nota_34449_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_3330" id="ci_AlunoAvaliacao_34449_3330" value="78663184" type="hidden">
                <input name="nr_Nota_34449_3330" id="nr_Nota_34449_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1130" id="ci_AlunoAvaliacao_34449_1130" value="78661946" type="hidden">
                <input name="nr_Nota_34449_1130" id="nr_Nota_34449_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1140" id="ci_AlunoAvaliacao_34449_1140" value="78660192" type="hidden">
                <input name="nr_Nota_34449_1140" id="nr_Nota_34449_1140" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1200" id="ci_AlunoAvaliacao_34449_1200" value="77352185" type="hidden">
                <input name="nr_Nota_34449_1200" id="nr_Nota_34449_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1620" id="ci_AlunoAvaliacao_34449_1620" value="79775176" type="hidden">
                <input name="nr_Nota_34449_1620" id="nr_Nota_34449_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_34449_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_34449_1730" id="ci_AlunoAvaliacao_34449_1730" value="77685824" type="hidden">
                <input name="nr_Nota_34449_1730" id="nr_Nota_34449_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;791248&nbsp;GILSON DE FREITAS BEZERRA
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="791248" type="hidden"></td>
            
            <td id="colunaNotaAluno_791248_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_154" id="ci_AlunoAvaliacao_791248_154" value="78661202" type="hidden">
                <input name="nr_Nota_791248_154" id="nr_Nota_791248_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_160" id="ci_AlunoAvaliacao_791248_160" value="78659399" type="hidden">
                <input name="nr_Nota_791248_160" id="nr_Nota_791248_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_530" id="ci_AlunoAvaliacao_791248_530" value="78663486" type="hidden">
                <input name="nr_Nota_791248_530" id="nr_Nota_791248_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_780" id="ci_AlunoAvaliacao_791248_780" value="79309094" type="hidden">
                <input name="nr_Nota_791248_780" id="nr_Nota_791248_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_800" id="ci_AlunoAvaliacao_791248_800" value="78658745" type="hidden">
                <input name="nr_Nota_791248_800" id="nr_Nota_791248_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_890" id="ci_AlunoAvaliacao_791248_890" value="78662484" type="hidden">
                <input name="nr_Nota_791248_890" id="nr_Nota_791248_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_970" id="ci_AlunoAvaliacao_791248_970" value="78657340" type="hidden">
                <input name="nr_Nota_791248_970" id="nr_Nota_791248_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_3330" id="ci_AlunoAvaliacao_791248_3330" value="78663185" type="hidden">
                <input name="nr_Nota_791248_3330" id="nr_Nota_791248_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1130" id="ci_AlunoAvaliacao_791248_1130" value="78661947" type="hidden">
                <input name="nr_Nota_791248_1130" id="nr_Nota_791248_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1140" id="ci_AlunoAvaliacao_791248_1140" value="78660194" type="hidden">
                <input name="nr_Nota_791248_1140" id="nr_Nota_791248_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1200" id="ci_AlunoAvaliacao_791248_1200" value="77352186" type="hidden">
                <input name="nr_Nota_791248_1200" id="nr_Nota_791248_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1620" id="ci_AlunoAvaliacao_791248_1620" value="79775177" type="hidden">
                <input name="nr_Nota_791248_1620" id="nr_Nota_791248_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_791248_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_791248_1730" id="ci_AlunoAvaliacao_791248_1730" value="77685825" type="hidden">
                <input name="nr_Nota_791248_1730" id="nr_Nota_791248_1730" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201796&nbsp;IGOR SILVA DOS SANTOS
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1201796" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201796_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_154" id="ci_AlunoAvaliacao_1201796_154" value="78661204" type="hidden">
                <input name="nr_Nota_1201796_154" id="nr_Nota_1201796_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_160" id="ci_AlunoAvaliacao_1201796_160" value="78659401" type="hidden">
                <input name="nr_Nota_1201796_160" id="nr_Nota_1201796_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_530" id="ci_AlunoAvaliacao_1201796_530" value="78663488" type="hidden">
                <input name="nr_Nota_1201796_530" id="nr_Nota_1201796_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_780" id="ci_AlunoAvaliacao_1201796_780" value="79309096" type="hidden">
                <input name="nr_Nota_1201796_780" id="nr_Nota_1201796_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_800" id="ci_AlunoAvaliacao_1201796_800" value="78658747" type="hidden">
                <input name="nr_Nota_1201796_800" id="nr_Nota_1201796_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_890" id="ci_AlunoAvaliacao_1201796_890" value="78662486" type="hidden">
                <input name="nr_Nota_1201796_890" id="nr_Nota_1201796_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_970" id="ci_AlunoAvaliacao_1201796_970" value="78657342" type="hidden">
                <input name="nr_Nota_1201796_970" id="nr_Nota_1201796_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_3330" id="ci_AlunoAvaliacao_1201796_3330" value="78663187" type="hidden">
                <input name="nr_Nota_1201796_3330" id="nr_Nota_1201796_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1130" id="ci_AlunoAvaliacao_1201796_1130" value="78661949" type="hidden">
                <input name="nr_Nota_1201796_1130" id="nr_Nota_1201796_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1140" id="ci_AlunoAvaliacao_1201796_1140" value="78660197" type="hidden">
                <input name="nr_Nota_1201796_1140" id="nr_Nota_1201796_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1200" id="ci_AlunoAvaliacao_1201796_1200" value="77352188" type="hidden">
                <input name="nr_Nota_1201796_1200" id="nr_Nota_1201796_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1620" id="ci_AlunoAvaliacao_1201796_1620" value="79775179" type="hidden">
                <input name="nr_Nota_1201796_1620" id="nr_Nota_1201796_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201796_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201796_1730" id="ci_AlunoAvaliacao_1201796_1730" value="77685827" type="hidden">
                <input name="nr_Nota_1201796_1730" id="nr_Nota_1201796_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;89497&nbsp;IURY PARENTE JULIO
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="89497" type="hidden"></td>
            
            <td id="colunaNotaAluno_89497_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_154" id="ci_AlunoAvaliacao_89497_154" value="78661206" type="hidden">
                <input name="nr_Nota_89497_154" id="nr_Nota_89497_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_160" id="ci_AlunoAvaliacao_89497_160" value="78659403" type="hidden">
                <input name="nr_Nota_89497_160" id="nr_Nota_89497_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_530" id="ci_AlunoAvaliacao_89497_530" value="78663490" type="hidden">
                <input name="nr_Nota_89497_530" id="nr_Nota_89497_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_780" id="ci_AlunoAvaliacao_89497_780" value="79309098" type="hidden">
                <input name="nr_Nota_89497_780" id="nr_Nota_89497_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_800" id="ci_AlunoAvaliacao_89497_800" value="78658749" type="hidden">
                <input name="nr_Nota_89497_800" id="nr_Nota_89497_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_890" id="ci_AlunoAvaliacao_89497_890" value="78662488" type="hidden">
                <input name="nr_Nota_89497_890" id="nr_Nota_89497_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_970" id="ci_AlunoAvaliacao_89497_970" value="78657344" type="hidden">
                <input name="nr_Nota_89497_970" id="nr_Nota_89497_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_3330" id="ci_AlunoAvaliacao_89497_3330" value="78663189" type="hidden">
                <input name="nr_Nota_89497_3330" id="nr_Nota_89497_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1130" id="ci_AlunoAvaliacao_89497_1130" value="78661951" type="hidden">
                <input name="nr_Nota_89497_1130" id="nr_Nota_89497_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1140" id="ci_AlunoAvaliacao_89497_1140" value="78660199" type="hidden">
                <input name="nr_Nota_89497_1140" id="nr_Nota_89497_1140" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1200" id="ci_AlunoAvaliacao_89497_1200" value="77352190" type="hidden">
                <input name="nr_Nota_89497_1200" id="nr_Nota_89497_1200" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1620" id="ci_AlunoAvaliacao_89497_1620" value="79775181" type="hidden">
                <input name="nr_Nota_89497_1620" id="nr_Nota_89497_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_89497_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_89497_1730" id="ci_AlunoAvaliacao_89497_1730" value="77685829" type="hidden">
                <input name="nr_Nota_89497_1730" id="nr_Nota_89497_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;141940&nbsp;JEAN CARLOS JUREMA MARTINS
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="141940" type="hidden"></td>
            
            <td id="colunaNotaAluno_141940_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_154" id="ci_AlunoAvaliacao_141940_154" value="78661207" type="hidden">
                <input name="nr_Nota_141940_154" id="nr_Nota_141940_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_160" id="ci_AlunoAvaliacao_141940_160" value="78659404" type="hidden">
                <input name="nr_Nota_141940_160" id="nr_Nota_141940_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_530" id="ci_AlunoAvaliacao_141940_530" value="78663491" type="hidden">
                <input name="nr_Nota_141940_530" id="nr_Nota_141940_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_780" id="ci_AlunoAvaliacao_141940_780" value="79309099" type="hidden">
                <input name="nr_Nota_141940_780" id="nr_Nota_141940_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_800" id="ci_AlunoAvaliacao_141940_800" value="78658750" type="hidden">
                <input name="nr_Nota_141940_800" id="nr_Nota_141940_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_890" id="ci_AlunoAvaliacao_141940_890" value="78662489" type="hidden">
                <input name="nr_Nota_141940_890" id="nr_Nota_141940_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_970" id="ci_AlunoAvaliacao_141940_970" value="78657345" type="hidden">
                <input name="nr_Nota_141940_970" id="nr_Nota_141940_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_3330" id="ci_AlunoAvaliacao_141940_3330" value="78663190" type="hidden">
                <input name="nr_Nota_141940_3330" id="nr_Nota_141940_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1130" id="ci_AlunoAvaliacao_141940_1130" value="78661952" type="hidden">
                <input name="nr_Nota_141940_1130" id="nr_Nota_141940_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1140" id="ci_AlunoAvaliacao_141940_1140" value="78660200" type="hidden">
                <input name="nr_Nota_141940_1140" id="nr_Nota_141940_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1200" id="ci_AlunoAvaliacao_141940_1200" value="77352191" type="hidden">
                <input name="nr_Nota_141940_1200" id="nr_Nota_141940_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1620" id="ci_AlunoAvaliacao_141940_1620" value="79775182" type="hidden">
                <input name="nr_Nota_141940_1620" id="nr_Nota_141940_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_141940_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_141940_1730" id="ci_AlunoAvaliacao_141940_1730" value="77685830" type="hidden">
                <input name="nr_Nota_141940_1730" id="nr_Nota_141940_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1668362&nbsp;JEFTE DUARTE DA COSTA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="1668362" type="hidden"></td>
            
            <td id="colunaNotaAluno_1668362_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_154" id="ci_AlunoAvaliacao_1668362_154" value="78661208" type="hidden">
                <input name="nr_Nota_1668362_154" id="nr_Nota_1668362_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_160" id="ci_AlunoAvaliacao_1668362_160" value="78659405" type="hidden">
                <input name="nr_Nota_1668362_160" id="nr_Nota_1668362_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_530" id="ci_AlunoAvaliacao_1668362_530" value="78663492" type="hidden">
                <input name="nr_Nota_1668362_530" id="nr_Nota_1668362_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_780" id="ci_AlunoAvaliacao_1668362_780" value="79309100" type="hidden">
                <input name="nr_Nota_1668362_780" id="nr_Nota_1668362_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_800" id="ci_AlunoAvaliacao_1668362_800" value="78658751" type="hidden">
                <input name="nr_Nota_1668362_800" id="nr_Nota_1668362_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_890" id="ci_AlunoAvaliacao_1668362_890" value="78662490" type="hidden">
                <input name="nr_Nota_1668362_890" id="nr_Nota_1668362_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_970" id="ci_AlunoAvaliacao_1668362_970" value="78657346" type="hidden">
                <input name="nr_Nota_1668362_970" id="nr_Nota_1668362_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_3330" id="ci_AlunoAvaliacao_1668362_3330" value="78663191" type="hidden">
                <input name="nr_Nota_1668362_3330" id="nr_Nota_1668362_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1130" id="ci_AlunoAvaliacao_1668362_1130" value="78661953" type="hidden">
                <input name="nr_Nota_1668362_1130" id="nr_Nota_1668362_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1140" id="ci_AlunoAvaliacao_1668362_1140" value="78660201" type="hidden">
                <input name="nr_Nota_1668362_1140" id="nr_Nota_1668362_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1200" id="ci_AlunoAvaliacao_1668362_1200" value="77352192" type="hidden">
                <input name="nr_Nota_1668362_1200" id="nr_Nota_1668362_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1620" id="ci_AlunoAvaliacao_1668362_1620" value="79775183" type="hidden">
                <input name="nr_Nota_1668362_1620" id="nr_Nota_1668362_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668362_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668362_1730" id="ci_AlunoAvaliacao_1668362_1730" value="77685831" type="hidden">
                <input name="nr_Nota_1668362_1730" id="nr_Nota_1668362_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1198012&nbsp;JENNYFER CRISTINA DE MORAES SILVA
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="1198012" type="hidden"></td>
            
            <td id="colunaNotaAluno_1198012_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_154" id="ci_AlunoAvaliacao_1198012_154" value="78661209" type="hidden">
                <input name="nr_Nota_1198012_154" id="nr_Nota_1198012_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_160" id="ci_AlunoAvaliacao_1198012_160" value="78659406" type="hidden">
                <input name="nr_Nota_1198012_160" id="nr_Nota_1198012_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_530" id="ci_AlunoAvaliacao_1198012_530" value="78663493" type="hidden">
                <input name="nr_Nota_1198012_530" id="nr_Nota_1198012_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_780" id="ci_AlunoAvaliacao_1198012_780" value="79309101" type="hidden">
                <input name="nr_Nota_1198012_780" id="nr_Nota_1198012_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_800" id="ci_AlunoAvaliacao_1198012_800" value="78658752" type="hidden">
                <input name="nr_Nota_1198012_800" id="nr_Nota_1198012_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_890" id="ci_AlunoAvaliacao_1198012_890" value="78662491" type="hidden">
                <input name="nr_Nota_1198012_890" id="nr_Nota_1198012_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_970" id="ci_AlunoAvaliacao_1198012_970" value="78657347" type="hidden">
                <input name="nr_Nota_1198012_970" id="nr_Nota_1198012_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_3330" id="ci_AlunoAvaliacao_1198012_3330" value="78663192" type="hidden">
                <input name="nr_Nota_1198012_3330" id="nr_Nota_1198012_3330" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1130" id="ci_AlunoAvaliacao_1198012_1130" value="78661954" type="hidden">
                <input name="nr_Nota_1198012_1130" id="nr_Nota_1198012_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1140" id="ci_AlunoAvaliacao_1198012_1140" value="78660203" type="hidden">
                <input name="nr_Nota_1198012_1140" id="nr_Nota_1198012_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1200" id="ci_AlunoAvaliacao_1198012_1200" value="77352193" type="hidden">
                <input name="nr_Nota_1198012_1200" id="nr_Nota_1198012_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1620" id="ci_AlunoAvaliacao_1198012_1620" value="79775184" type="hidden">
                <input name="nr_Nota_1198012_1620" id="nr_Nota_1198012_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198012_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198012_1730" id="ci_AlunoAvaliacao_1198012_1730" value="77685832" type="hidden">
                <input name="nr_Nota_1198012_1730" id="nr_Nota_1198012_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1182058&nbsp;JESSICA MARQUES DO PRADO
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1182058" type="hidden"></td>
            
            <td id="colunaNotaAluno_1182058_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_154" id="ci_AlunoAvaliacao_1182058_154" value="78661210" type="hidden">
                <input name="nr_Nota_1182058_154" id="nr_Nota_1182058_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_160" id="ci_AlunoAvaliacao_1182058_160" value="78659407" type="hidden">
                <input name="nr_Nota_1182058_160" id="nr_Nota_1182058_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_530" id="ci_AlunoAvaliacao_1182058_530" value="78663494" type="hidden">
                <input name="nr_Nota_1182058_530" id="nr_Nota_1182058_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_780" id="ci_AlunoAvaliacao_1182058_780" value="79309102" type="hidden">
                <input name="nr_Nota_1182058_780" id="nr_Nota_1182058_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_800" id="ci_AlunoAvaliacao_1182058_800" value="78658753" type="hidden">
                <input name="nr_Nota_1182058_800" id="nr_Nota_1182058_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_890" id="ci_AlunoAvaliacao_1182058_890" value="78662492" type="hidden">
                <input name="nr_Nota_1182058_890" id="nr_Nota_1182058_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_970" id="ci_AlunoAvaliacao_1182058_970" value="78657348" type="hidden">
                <input name="nr_Nota_1182058_970" id="nr_Nota_1182058_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_3330" id="ci_AlunoAvaliacao_1182058_3330" value="78663193" type="hidden">
                <input name="nr_Nota_1182058_3330" id="nr_Nota_1182058_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1130" id="ci_AlunoAvaliacao_1182058_1130" value="78661955" type="hidden">
                <input name="nr_Nota_1182058_1130" id="nr_Nota_1182058_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1140" id="ci_AlunoAvaliacao_1182058_1140" value="78660204" type="hidden">
                <input name="nr_Nota_1182058_1140" id="nr_Nota_1182058_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1200" id="ci_AlunoAvaliacao_1182058_1200" value="77352194" type="hidden">
                <input name="nr_Nota_1182058_1200" id="nr_Nota_1182058_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1620" id="ci_AlunoAvaliacao_1182058_1620" value="79775185" type="hidden">
                <input name="nr_Nota_1182058_1620" id="nr_Nota_1182058_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1182058_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1182058_1730" id="ci_AlunoAvaliacao_1182058_1730" value="77685833" type="hidden">
                <input name="nr_Nota_1182058_1730" id="nr_Nota_1182058_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;564245&nbsp;JOELIA LIMA SANTOS
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="564245" type="hidden"></td>
            
            <td id="colunaNotaAluno_564245_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_154" id="ci_AlunoAvaliacao_564245_154" value="78661211" type="hidden">
                <input name="nr_Nota_564245_154" id="nr_Nota_564245_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_160" id="ci_AlunoAvaliacao_564245_160" value="78659408" type="hidden">
                <input name="nr_Nota_564245_160" id="nr_Nota_564245_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_530" id="ci_AlunoAvaliacao_564245_530" value="78663495" type="hidden">
                <input name="nr_Nota_564245_530" id="nr_Nota_564245_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_780" id="ci_AlunoAvaliacao_564245_780" value="79309103" type="hidden">
                <input name="nr_Nota_564245_780" id="nr_Nota_564245_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_800" id="ci_AlunoAvaliacao_564245_800" value="78658754" type="hidden">
                <input name="nr_Nota_564245_800" id="nr_Nota_564245_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_890" id="ci_AlunoAvaliacao_564245_890" value="78662493" type="hidden">
                <input name="nr_Nota_564245_890" id="nr_Nota_564245_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_970" id="ci_AlunoAvaliacao_564245_970" value="78657349" type="hidden">
                <input name="nr_Nota_564245_970" id="nr_Nota_564245_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_3330" id="ci_AlunoAvaliacao_564245_3330" value="78663194" type="hidden">
                <input name="nr_Nota_564245_3330" id="nr_Nota_564245_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1130" id="ci_AlunoAvaliacao_564245_1130" value="78661956" type="hidden">
                <input name="nr_Nota_564245_1130" id="nr_Nota_564245_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1140" id="ci_AlunoAvaliacao_564245_1140" value="78660205" type="hidden">
                <input name="nr_Nota_564245_1140" id="nr_Nota_564245_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1200" id="ci_AlunoAvaliacao_564245_1200" value="77352195" type="hidden">
                <input name="nr_Nota_564245_1200" id="nr_Nota_564245_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1620" id="ci_AlunoAvaliacao_564245_1620" value="79775186" type="hidden">
                <input name="nr_Nota_564245_1620" id="nr_Nota_564245_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_564245_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_564245_1730" id="ci_AlunoAvaliacao_564245_1730" value="77685834" type="hidden">
                <input name="nr_Nota_564245_1730" id="nr_Nota_564245_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1668410&nbsp;KARINE SOUZA DE MOURA
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="1668410" type="hidden"></td>
            
            <td id="colunaNotaAluno_1668410_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_154" id="ci_AlunoAvaliacao_1668410_154" value="78661213" type="hidden">
                <input name="nr_Nota_1668410_154" id="nr_Nota_1668410_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_160" id="ci_AlunoAvaliacao_1668410_160" value="78659410" type="hidden">
                <input name="nr_Nota_1668410_160" id="nr_Nota_1668410_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_530" id="ci_AlunoAvaliacao_1668410_530" value="78663497" type="hidden">
                <input name="nr_Nota_1668410_530" id="nr_Nota_1668410_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_780" id="ci_AlunoAvaliacao_1668410_780" value="79309105" type="hidden">
                <input name="nr_Nota_1668410_780" id="nr_Nota_1668410_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_800" id="ci_AlunoAvaliacao_1668410_800" value="78658756" type="hidden">
                <input name="nr_Nota_1668410_800" id="nr_Nota_1668410_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_890" id="ci_AlunoAvaliacao_1668410_890" value="78662495" type="hidden">
                <input name="nr_Nota_1668410_890" id="nr_Nota_1668410_890" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_970" id="ci_AlunoAvaliacao_1668410_970" value="78657351" type="hidden">
                <input name="nr_Nota_1668410_970" id="nr_Nota_1668410_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_3330" id="ci_AlunoAvaliacao_1668410_3330" value="78663196" type="hidden">
                <input name="nr_Nota_1668410_3330" id="nr_Nota_1668410_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1130" id="ci_AlunoAvaliacao_1668410_1130" value="78661958" type="hidden">
                <input name="nr_Nota_1668410_1130" id="nr_Nota_1668410_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1140" id="ci_AlunoAvaliacao_1668410_1140" value="78660207" type="hidden">
                <input name="nr_Nota_1668410_1140" id="nr_Nota_1668410_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1200" id="ci_AlunoAvaliacao_1668410_1200" value="77352197" type="hidden">
                <input name="nr_Nota_1668410_1200" id="nr_Nota_1668410_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1620" id="ci_AlunoAvaliacao_1668410_1620" value="79775188" type="hidden">
                <input name="nr_Nota_1668410_1620" id="nr_Nota_1668410_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1668410_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1668410_1730" id="ci_AlunoAvaliacao_1668410_1730" value="77685836" type="hidden">
                <input name="nr_Nota_1668410_1730" id="nr_Nota_1668410_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1165829&nbsp;KERVESSON BARBOSA PEREIRA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="1165829" type="hidden"></td>
            
            <td id="colunaNotaAluno_1165829_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_154" id="ci_AlunoAvaliacao_1165829_154" value="78661214" type="hidden">
                <input name="nr_Nota_1165829_154" id="nr_Nota_1165829_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_160" id="ci_AlunoAvaliacao_1165829_160" value="78659411" type="hidden">
                <input name="nr_Nota_1165829_160" id="nr_Nota_1165829_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_530" id="ci_AlunoAvaliacao_1165829_530" value="78663498" type="hidden">
                <input name="nr_Nota_1165829_530" id="nr_Nota_1165829_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_780" id="ci_AlunoAvaliacao_1165829_780" value="79309106" type="hidden">
                <input name="nr_Nota_1165829_780" id="nr_Nota_1165829_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_800" id="ci_AlunoAvaliacao_1165829_800" value="78658757" type="hidden">
                <input name="nr_Nota_1165829_800" id="nr_Nota_1165829_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_890" id="ci_AlunoAvaliacao_1165829_890" value="78662496" type="hidden">
                <input name="nr_Nota_1165829_890" id="nr_Nota_1165829_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_970" id="ci_AlunoAvaliacao_1165829_970" value="78657352" type="hidden">
                <input name="nr_Nota_1165829_970" id="nr_Nota_1165829_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_3330" id="ci_AlunoAvaliacao_1165829_3330" value="78663197" type="hidden">
                <input name="nr_Nota_1165829_3330" id="nr_Nota_1165829_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1130" id="ci_AlunoAvaliacao_1165829_1130" value="78661959" type="hidden">
                <input name="nr_Nota_1165829_1130" id="nr_Nota_1165829_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1140" id="ci_AlunoAvaliacao_1165829_1140" value="78660208" type="hidden">
                <input name="nr_Nota_1165829_1140" id="nr_Nota_1165829_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1200" id="ci_AlunoAvaliacao_1165829_1200" value="77352198" type="hidden">
                <input name="nr_Nota_1165829_1200" id="nr_Nota_1165829_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1620" id="ci_AlunoAvaliacao_1165829_1620" value="79775189" type="hidden">
                <input name="nr_Nota_1165829_1620" id="nr_Nota_1165829_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1165829_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1165829_1730" id="ci_AlunoAvaliacao_1165829_1730" value="77685837" type="hidden">
                <input name="nr_Nota_1165829_1730" id="nr_Nota_1165829_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;410160&nbsp;KESLINDA KATTNEY MELO DE LIMA
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="410160" type="hidden"></td>
            
            <td id="colunaNotaAluno_410160_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_154" id="ci_AlunoAvaliacao_410160_154" value="78661215" type="hidden">
                <input name="nr_Nota_410160_154" id="nr_Nota_410160_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_160" id="ci_AlunoAvaliacao_410160_160" value="78659412" type="hidden">
                <input name="nr_Nota_410160_160" id="nr_Nota_410160_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_530" id="ci_AlunoAvaliacao_410160_530" value="78663499" type="hidden">
                <input name="nr_Nota_410160_530" id="nr_Nota_410160_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_780" id="ci_AlunoAvaliacao_410160_780" value="79309107" type="hidden">
                <input name="nr_Nota_410160_780" id="nr_Nota_410160_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_800" id="ci_AlunoAvaliacao_410160_800" value="78658758" type="hidden">
                <input name="nr_Nota_410160_800" id="nr_Nota_410160_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_890" id="ci_AlunoAvaliacao_410160_890" value="78662497" type="hidden">
                <input name="nr_Nota_410160_890" id="nr_Nota_410160_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_970" id="ci_AlunoAvaliacao_410160_970" value="78657353" type="hidden">
                <input name="nr_Nota_410160_970" id="nr_Nota_410160_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_3330" id="ci_AlunoAvaliacao_410160_3330" value="78663198" type="hidden">
                <input name="nr_Nota_410160_3330" id="nr_Nota_410160_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1130" id="ci_AlunoAvaliacao_410160_1130" value="78661960" type="hidden">
                <input name="nr_Nota_410160_1130" id="nr_Nota_410160_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1140" id="ci_AlunoAvaliacao_410160_1140" value="78660210" type="hidden">
                <input name="nr_Nota_410160_1140" id="nr_Nota_410160_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1200" id="ci_AlunoAvaliacao_410160_1200" value="77352199" type="hidden">
                <input name="nr_Nota_410160_1200" id="nr_Nota_410160_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1620" id="ci_AlunoAvaliacao_410160_1620" value="79775190" type="hidden">
                <input name="nr_Nota_410160_1620" id="nr_Nota_410160_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_410160_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_410160_1730" id="ci_AlunoAvaliacao_410160_1730" value="77685838" type="hidden">
                <input name="nr_Nota_410160_1730" id="nr_Nota_410160_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;901240&nbsp;LEANDRO LEAL ASSUNCAO ALENCAR
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="901240" type="hidden"></td>
            
            <td id="colunaNotaAluno_901240_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_154" id="ci_AlunoAvaliacao_901240_154" value="78661216" type="hidden">
                <input name="nr_Nota_901240_154" id="nr_Nota_901240_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_160" id="ci_AlunoAvaliacao_901240_160" value="78659413" type="hidden">
                <input name="nr_Nota_901240_160" id="nr_Nota_901240_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_530" id="ci_AlunoAvaliacao_901240_530" value="78663500" type="hidden">
                <input name="nr_Nota_901240_530" id="nr_Nota_901240_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_780" id="ci_AlunoAvaliacao_901240_780" value="79309108" type="hidden">
                <input name="nr_Nota_901240_780" id="nr_Nota_901240_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_800" id="ci_AlunoAvaliacao_901240_800" value="78658759" type="hidden">
                <input name="nr_Nota_901240_800" id="nr_Nota_901240_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_890" id="ci_AlunoAvaliacao_901240_890" value="78662498" type="hidden">
                <input name="nr_Nota_901240_890" id="nr_Nota_901240_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_970" id="ci_AlunoAvaliacao_901240_970" value="78657354" type="hidden">
                <input name="nr_Nota_901240_970" id="nr_Nota_901240_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_3330" id="ci_AlunoAvaliacao_901240_3330" value="78663199" type="hidden">
                <input name="nr_Nota_901240_3330" id="nr_Nota_901240_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1130" id="ci_AlunoAvaliacao_901240_1130" value="78661961" type="hidden">
                <input name="nr_Nota_901240_1130" id="nr_Nota_901240_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1140" id="ci_AlunoAvaliacao_901240_1140" value="78660212" type="hidden">
                <input name="nr_Nota_901240_1140" id="nr_Nota_901240_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1200" id="ci_AlunoAvaliacao_901240_1200" value="77352200" type="hidden">
                <input name="nr_Nota_901240_1200" id="nr_Nota_901240_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1620" id="ci_AlunoAvaliacao_901240_1620" value="79775191" type="hidden">
                <input name="nr_Nota_901240_1620" id="nr_Nota_901240_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_901240_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_901240_1730" id="ci_AlunoAvaliacao_901240_1730" value="77685839" type="hidden">
                <input name="nr_Nota_901240_1730" id="nr_Nota_901240_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;94606&nbsp;LILIANE VITAL DOS SANTOS
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="94606" type="hidden"></td>
            
            <td id="colunaNotaAluno_94606_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_154" id="ci_AlunoAvaliacao_94606_154" value="78661217" type="hidden">
                <input name="nr_Nota_94606_154" id="nr_Nota_94606_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_160" id="ci_AlunoAvaliacao_94606_160" value="78659414" type="hidden">
                <input name="nr_Nota_94606_160" id="nr_Nota_94606_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_530" id="ci_AlunoAvaliacao_94606_530" value="78663501" type="hidden">
                <input name="nr_Nota_94606_530" id="nr_Nota_94606_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_780" id="ci_AlunoAvaliacao_94606_780" value="79309109" type="hidden">
                <input name="nr_Nota_94606_780" id="nr_Nota_94606_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_800" id="ci_AlunoAvaliacao_94606_800" value="78658760" type="hidden">
                <input name="nr_Nota_94606_800" id="nr_Nota_94606_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_890" id="ci_AlunoAvaliacao_94606_890" value="78662499" type="hidden">
                <input name="nr_Nota_94606_890" id="nr_Nota_94606_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_970" id="ci_AlunoAvaliacao_94606_970" value="78657355" type="hidden">
                <input name="nr_Nota_94606_970" id="nr_Nota_94606_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_3330" id="ci_AlunoAvaliacao_94606_3330" value="78663200" type="hidden">
                <input name="nr_Nota_94606_3330" id="nr_Nota_94606_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1130" id="ci_AlunoAvaliacao_94606_1130" value="78661962" type="hidden">
                <input name="nr_Nota_94606_1130" id="nr_Nota_94606_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1140" id="ci_AlunoAvaliacao_94606_1140" value="78660214" type="hidden">
                <input name="nr_Nota_94606_1140" id="nr_Nota_94606_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1200" id="ci_AlunoAvaliacao_94606_1200" value="77352201" type="hidden">
                <input name="nr_Nota_94606_1200" id="nr_Nota_94606_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1620" id="ci_AlunoAvaliacao_94606_1620" value="79775192" type="hidden">
                <input name="nr_Nota_94606_1620" id="nr_Nota_94606_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_94606_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_94606_1730" id="ci_AlunoAvaliacao_94606_1730" value="77685840" type="hidden">
                <input name="nr_Nota_94606_1730" id="nr_Nota_94606_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;873919&nbsp;LUANA SILVA DE MACEDO
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="873919" type="hidden"></td>
            
            <td id="colunaNotaAluno_873919_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_154" id="ci_AlunoAvaliacao_873919_154" value="78661218" type="hidden">
                <input name="nr_Nota_873919_154" id="nr_Nota_873919_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_160" id="ci_AlunoAvaliacao_873919_160" value="78659415" type="hidden">
                <input name="nr_Nota_873919_160" id="nr_Nota_873919_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_530" id="ci_AlunoAvaliacao_873919_530" value="78663502" type="hidden">
                <input name="nr_Nota_873919_530" id="nr_Nota_873919_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_780" id="ci_AlunoAvaliacao_873919_780" value="79309110" type="hidden">
                <input name="nr_Nota_873919_780" id="nr_Nota_873919_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_800" id="ci_AlunoAvaliacao_873919_800" value="78658761" type="hidden">
                <input name="nr_Nota_873919_800" id="nr_Nota_873919_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_890" id="ci_AlunoAvaliacao_873919_890" value="78662500" type="hidden">
                <input name="nr_Nota_873919_890" id="nr_Nota_873919_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_970" id="ci_AlunoAvaliacao_873919_970" value="78657356" type="hidden">
                <input name="nr_Nota_873919_970" id="nr_Nota_873919_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_3330" id="ci_AlunoAvaliacao_873919_3330" value="78663201" type="hidden">
                <input name="nr_Nota_873919_3330" id="nr_Nota_873919_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1130" id="ci_AlunoAvaliacao_873919_1130" value="78661963" type="hidden">
                <input name="nr_Nota_873919_1130" id="nr_Nota_873919_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1140" id="ci_AlunoAvaliacao_873919_1140" value="78660216" type="hidden">
                <input name="nr_Nota_873919_1140" id="nr_Nota_873919_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1200" id="ci_AlunoAvaliacao_873919_1200" value="77352202" type="hidden">
                <input name="nr_Nota_873919_1200" id="nr_Nota_873919_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1620" id="ci_AlunoAvaliacao_873919_1620" value="79775193" type="hidden">
                <input name="nr_Nota_873919_1620" id="nr_Nota_873919_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_873919_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_873919_1730" id="ci_AlunoAvaliacao_873919_1730" value="77685841" type="hidden">
                <input name="nr_Nota_873919_1730" id="nr_Nota_873919_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;2168761&nbsp;LUCAS CASTRO SILVA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="2168761" type="hidden"></td>
            
            <td id="colunaNotaAluno_2168761_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_154" id="ci_AlunoAvaliacao_2168761_154" value="78661219" type="hidden">
                <input name="nr_Nota_2168761_154" id="nr_Nota_2168761_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_160" id="ci_AlunoAvaliacao_2168761_160" value="78659416" type="hidden">
                <input name="nr_Nota_2168761_160" id="nr_Nota_2168761_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_530" id="ci_AlunoAvaliacao_2168761_530" value="78663503" type="hidden">
                <input name="nr_Nota_2168761_530" id="nr_Nota_2168761_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_780" id="ci_AlunoAvaliacao_2168761_780" value="79309111" type="hidden">
                <input name="nr_Nota_2168761_780" id="nr_Nota_2168761_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_800" id="ci_AlunoAvaliacao_2168761_800" value="78658762" type="hidden">
                <input name="nr_Nota_2168761_800" id="nr_Nota_2168761_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_890" id="ci_AlunoAvaliacao_2168761_890" value="78662501" type="hidden">
                <input name="nr_Nota_2168761_890" id="nr_Nota_2168761_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_970" id="ci_AlunoAvaliacao_2168761_970" value="78657357" type="hidden">
                <input name="nr_Nota_2168761_970" id="nr_Nota_2168761_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_3330" id="ci_AlunoAvaliacao_2168761_3330" value="78663202" type="hidden">
                <input name="nr_Nota_2168761_3330" id="nr_Nota_2168761_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1130" id="ci_AlunoAvaliacao_2168761_1130" value="78661964" type="hidden">
                <input name="nr_Nota_2168761_1130" id="nr_Nota_2168761_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1140" id="ci_AlunoAvaliacao_2168761_1140" value="78660217" type="hidden">
                <input name="nr_Nota_2168761_1140" id="nr_Nota_2168761_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1200" id="ci_AlunoAvaliacao_2168761_1200" value="77352203" type="hidden">
                <input name="nr_Nota_2168761_1200" id="nr_Nota_2168761_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1620" id="ci_AlunoAvaliacao_2168761_1620" value="79775194" type="hidden">
                <input name="nr_Nota_2168761_1620" id="nr_Nota_2168761_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2168761_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2168761_1730" id="ci_AlunoAvaliacao_2168761_1730" value="77685842" type="hidden">
                <input name="nr_Nota_2168761_1730" id="nr_Nota_2168761_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;982107&nbsp;LUCAS DE ARAUJO CITO CAVALCANTE
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="982107" type="hidden"></td>
            
            <td id="colunaNotaAluno_982107_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_154" id="ci_AlunoAvaliacao_982107_154" value="78661220" type="hidden">
                <input name="nr_Nota_982107_154" id="nr_Nota_982107_154" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_160" id="ci_AlunoAvaliacao_982107_160" value="78659417" type="hidden">
                <input name="nr_Nota_982107_160" id="nr_Nota_982107_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_530" id="ci_AlunoAvaliacao_982107_530" value="78663504" type="hidden">
                <input name="nr_Nota_982107_530" id="nr_Nota_982107_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_780" id="ci_AlunoAvaliacao_982107_780" value="79309112" type="hidden">
                <input name="nr_Nota_982107_780" id="nr_Nota_982107_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_800" id="ci_AlunoAvaliacao_982107_800" value="78658763" type="hidden">
                <input name="nr_Nota_982107_800" id="nr_Nota_982107_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_890" id="ci_AlunoAvaliacao_982107_890" value="78662502" type="hidden">
                <input name="nr_Nota_982107_890" id="nr_Nota_982107_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_970" id="ci_AlunoAvaliacao_982107_970" value="78657358" type="hidden">
                <input name="nr_Nota_982107_970" id="nr_Nota_982107_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_3330" id="ci_AlunoAvaliacao_982107_3330" value="78663203" type="hidden">
                <input name="nr_Nota_982107_3330" id="nr_Nota_982107_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1130" id="ci_AlunoAvaliacao_982107_1130" value="78661965" type="hidden">
                <input name="nr_Nota_982107_1130" id="nr_Nota_982107_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1140" id="ci_AlunoAvaliacao_982107_1140" value="78660218" type="hidden">
                <input name="nr_Nota_982107_1140" id="nr_Nota_982107_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1200" id="ci_AlunoAvaliacao_982107_1200" value="77352204" type="hidden">
                <input name="nr_Nota_982107_1200" id="nr_Nota_982107_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1620" id="ci_AlunoAvaliacao_982107_1620" value="79775195" type="hidden">
                <input name="nr_Nota_982107_1620" id="nr_Nota_982107_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_982107_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_982107_1730" id="ci_AlunoAvaliacao_982107_1730" value="77685843" type="hidden">
                <input name="nr_Nota_982107_1730" id="nr_Nota_982107_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1203632&nbsp;LUCAS MACEDO DE SOUSA
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1203632" type="hidden"></td>
            
            <td id="colunaNotaAluno_1203632_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_154" id="ci_AlunoAvaliacao_1203632_154" value="78649348" type="hidden">
                <input name="nr_Nota_1203632_154" id="nr_Nota_1203632_154" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_160" id="ci_AlunoAvaliacao_1203632_160" value="78649349" type="hidden">
                <input name="nr_Nota_1203632_160" id="nr_Nota_1203632_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_530" id="ci_AlunoAvaliacao_1203632_530" value="78649350" type="hidden">
                <input name="nr_Nota_1203632_530" id="nr_Nota_1203632_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_780" id="ci_AlunoAvaliacao_1203632_780" value="79309115" type="hidden">
                <input name="nr_Nota_1203632_780" id="nr_Nota_1203632_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_800" id="ci_AlunoAvaliacao_1203632_800" value="78649351" type="hidden">
                <input name="nr_Nota_1203632_800" id="nr_Nota_1203632_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_890" id="ci_AlunoAvaliacao_1203632_890" value="78649352" type="hidden">
                <input name="nr_Nota_1203632_890" id="nr_Nota_1203632_890" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_970" id="ci_AlunoAvaliacao_1203632_970" value="78649353" type="hidden">
                <input name="nr_Nota_1203632_970" id="nr_Nota_1203632_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_3330" id="ci_AlunoAvaliacao_1203632_3330" value="78649354" type="hidden">
                <input name="nr_Nota_1203632_3330" id="nr_Nota_1203632_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1130" id="ci_AlunoAvaliacao_1203632_1130" value="78649355" type="hidden">
                <input name="nr_Nota_1203632_1130" id="nr_Nota_1203632_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1140" id="ci_AlunoAvaliacao_1203632_1140" value="78649356" type="hidden">
                <input name="nr_Nota_1203632_1140" id="nr_Nota_1203632_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1200" id="ci_AlunoAvaliacao_1203632_1200" value="77352207" type="hidden">
                <input name="nr_Nota_1203632_1200" id="nr_Nota_1203632_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1620" id="ci_AlunoAvaliacao_1203632_1620" value="79775198" type="hidden">
                <input name="nr_Nota_1203632_1620" id="nr_Nota_1203632_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203632_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203632_1730" id="ci_AlunoAvaliacao_1203632_1730" value="77685846" type="hidden">
                <input name="nr_Nota_1203632_1730" id="nr_Nota_1203632_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;892397&nbsp;LUCILENE SAMPAIO COSTA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="892397" type="hidden"></td>
            
            <td id="colunaNotaAluno_892397_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_154" id="ci_AlunoAvaliacao_892397_154" value="78661221" type="hidden">
                <input name="nr_Nota_892397_154" id="nr_Nota_892397_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_160" id="ci_AlunoAvaliacao_892397_160" value="78659418" type="hidden">
                <input name="nr_Nota_892397_160" id="nr_Nota_892397_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_530" id="ci_AlunoAvaliacao_892397_530" value="78663505" type="hidden">
                <input name="nr_Nota_892397_530" id="nr_Nota_892397_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_780" id="ci_AlunoAvaliacao_892397_780" value="79309113" type="hidden">
                <input name="nr_Nota_892397_780" id="nr_Nota_892397_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_800" id="ci_AlunoAvaliacao_892397_800" value="78658764" type="hidden">
                <input name="nr_Nota_892397_800" id="nr_Nota_892397_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_890" id="ci_AlunoAvaliacao_892397_890" value="78662503" type="hidden">
                <input name="nr_Nota_892397_890" id="nr_Nota_892397_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_970" id="ci_AlunoAvaliacao_892397_970" value="78657359" type="hidden">
                <input name="nr_Nota_892397_970" id="nr_Nota_892397_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_3330" id="ci_AlunoAvaliacao_892397_3330" value="78663204" type="hidden">
                <input name="nr_Nota_892397_3330" id="nr_Nota_892397_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1130" id="ci_AlunoAvaliacao_892397_1130" value="78661966" type="hidden">
                <input name="nr_Nota_892397_1130" id="nr_Nota_892397_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1140" id="ci_AlunoAvaliacao_892397_1140" value="78660220" type="hidden">
                <input name="nr_Nota_892397_1140" id="nr_Nota_892397_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1200" id="ci_AlunoAvaliacao_892397_1200" value="77352205" type="hidden">
                <input name="nr_Nota_892397_1200" id="nr_Nota_892397_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1620" id="ci_AlunoAvaliacao_892397_1620" value="79775196" type="hidden">
                <input name="nr_Nota_892397_1620" id="nr_Nota_892397_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892397_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892397_1730" id="ci_AlunoAvaliacao_892397_1730" value="77685844" type="hidden">
                <input name="nr_Nota_892397_1730" id="nr_Nota_892397_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;104376&nbsp;LUIZ EDUARDO NASCIMENTO DE AMORIM
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="104376" type="hidden"></td>
            
            <td id="colunaNotaAluno_104376_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_154" id="ci_AlunoAvaliacao_104376_154" value="78661222" type="hidden">
                <input name="nr_Nota_104376_154" id="nr_Nota_104376_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_160" id="ci_AlunoAvaliacao_104376_160" value="78659419" type="hidden">
                <input name="nr_Nota_104376_160" id="nr_Nota_104376_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_530" id="ci_AlunoAvaliacao_104376_530" value="78663506" type="hidden">
                <input name="nr_Nota_104376_530" id="nr_Nota_104376_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_780" id="ci_AlunoAvaliacao_104376_780" value="79309114" type="hidden">
                <input name="nr_Nota_104376_780" id="nr_Nota_104376_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_800" id="ci_AlunoAvaliacao_104376_800" value="78658765" type="hidden">
                <input name="nr_Nota_104376_800" id="nr_Nota_104376_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_890" id="ci_AlunoAvaliacao_104376_890" value="78662504" type="hidden">
                <input name="nr_Nota_104376_890" id="nr_Nota_104376_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_970" id="ci_AlunoAvaliacao_104376_970" value="78657360" type="hidden">
                <input name="nr_Nota_104376_970" id="nr_Nota_104376_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_3330" id="ci_AlunoAvaliacao_104376_3330" value="78663205" type="hidden">
                <input name="nr_Nota_104376_3330" id="nr_Nota_104376_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1130" id="ci_AlunoAvaliacao_104376_1130" value="78661967" type="hidden">
                <input name="nr_Nota_104376_1130" id="nr_Nota_104376_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1140" id="ci_AlunoAvaliacao_104376_1140" value="78660221" type="hidden">
                <input name="nr_Nota_104376_1140" id="nr_Nota_104376_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1200" id="ci_AlunoAvaliacao_104376_1200" value="77352206" type="hidden">
                <input name="nr_Nota_104376_1200" id="nr_Nota_104376_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1620" id="ci_AlunoAvaliacao_104376_1620" value="79775197" type="hidden">
                <input name="nr_Nota_104376_1620" id="nr_Nota_104376_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_104376_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_104376_1730" id="ci_AlunoAvaliacao_104376_1730" value="77685845" type="hidden">
                <input name="nr_Nota_104376_1730" id="nr_Nota_104376_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;879769&nbsp;NEILA EVANGELISTA DE ARAUJO
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="879769" type="hidden"></td>
            
            <td id="colunaNotaAluno_879769_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_154" id="ci_AlunoAvaliacao_879769_154" value="78661223" type="hidden">
                <input name="nr_Nota_879769_154" id="nr_Nota_879769_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_160" id="ci_AlunoAvaliacao_879769_160" value="78659420" type="hidden">
                <input name="nr_Nota_879769_160" id="nr_Nota_879769_160" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_530" id="ci_AlunoAvaliacao_879769_530" value="78663507" type="hidden">
                <input name="nr_Nota_879769_530" id="nr_Nota_879769_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_780" id="ci_AlunoAvaliacao_879769_780" value="79309116" type="hidden">
                <input name="nr_Nota_879769_780" id="nr_Nota_879769_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_800" id="ci_AlunoAvaliacao_879769_800" value="78658766" type="hidden">
                <input name="nr_Nota_879769_800" id="nr_Nota_879769_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_890" id="ci_AlunoAvaliacao_879769_890" value="78662505" type="hidden">
                <input name="nr_Nota_879769_890" id="nr_Nota_879769_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_970" id="ci_AlunoAvaliacao_879769_970" value="78657361" type="hidden">
                <input name="nr_Nota_879769_970" id="nr_Nota_879769_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_3330" id="ci_AlunoAvaliacao_879769_3330" value="78663206" type="hidden">
                <input name="nr_Nota_879769_3330" id="nr_Nota_879769_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1130" id="ci_AlunoAvaliacao_879769_1130" value="78661968" type="hidden">
                <input name="nr_Nota_879769_1130" id="nr_Nota_879769_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1140" id="ci_AlunoAvaliacao_879769_1140" value="78660222" type="hidden">
                <input name="nr_Nota_879769_1140" id="nr_Nota_879769_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1200" id="ci_AlunoAvaliacao_879769_1200" value="77352208" type="hidden">
                <input name="nr_Nota_879769_1200" id="nr_Nota_879769_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1620" id="ci_AlunoAvaliacao_879769_1620" value="79775199" type="hidden">
                <input name="nr_Nota_879769_1620" id="nr_Nota_879769_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_879769_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_879769_1730" id="ci_AlunoAvaliacao_879769_1730" value="77685847" type="hidden">
                <input name="nr_Nota_879769_1730" id="nr_Nota_879769_1730" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1140882&nbsp;OLIVIO NETO TOMAZ DA COSTA PINTO
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1140882" type="hidden"></td>
            
            <td id="colunaNotaAluno_1140882_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_154" id="ci_AlunoAvaliacao_1140882_154" value="78661224" type="hidden">
                <input name="nr_Nota_1140882_154" id="nr_Nota_1140882_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_160" id="ci_AlunoAvaliacao_1140882_160" value="78659421" type="hidden">
                <input name="nr_Nota_1140882_160" id="nr_Nota_1140882_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_530" id="ci_AlunoAvaliacao_1140882_530" value="78663508" type="hidden">
                <input name="nr_Nota_1140882_530" id="nr_Nota_1140882_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_780" id="ci_AlunoAvaliacao_1140882_780" value="79309117" type="hidden">
                <input name="nr_Nota_1140882_780" id="nr_Nota_1140882_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_800" id="ci_AlunoAvaliacao_1140882_800" value="78658767" type="hidden">
                <input name="nr_Nota_1140882_800" id="nr_Nota_1140882_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_890" id="ci_AlunoAvaliacao_1140882_890" value="78662506" type="hidden">
                <input name="nr_Nota_1140882_890" id="nr_Nota_1140882_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_970" id="ci_AlunoAvaliacao_1140882_970" value="78657362" type="hidden">
                <input name="nr_Nota_1140882_970" id="nr_Nota_1140882_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_3330" id="ci_AlunoAvaliacao_1140882_3330" value="78663207" type="hidden">
                <input name="nr_Nota_1140882_3330" id="nr_Nota_1140882_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1130" id="ci_AlunoAvaliacao_1140882_1130" value="78661969" type="hidden">
                <input name="nr_Nota_1140882_1130" id="nr_Nota_1140882_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1140" id="ci_AlunoAvaliacao_1140882_1140" value="78660223" type="hidden">
                <input name="nr_Nota_1140882_1140" id="nr_Nota_1140882_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1200" id="ci_AlunoAvaliacao_1140882_1200" value="77352209" type="hidden">
                <input name="nr_Nota_1140882_1200" id="nr_Nota_1140882_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1620" id="ci_AlunoAvaliacao_1140882_1620" value="79775200" type="hidden">
                <input name="nr_Nota_1140882_1620" id="nr_Nota_1140882_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1140882_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1140882_1730" id="ci_AlunoAvaliacao_1140882_1730" value="77685848" type="hidden">
                <input name="nr_Nota_1140882_1730" id="nr_Nota_1140882_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1195834&nbsp;RAFAEL FERREIRA PARACAMPOS
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1195834" type="hidden"></td>
            
            <td id="colunaNotaAluno_1195834_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_154" id="ci_AlunoAvaliacao_1195834_154" value="78661226" type="hidden">
                <input name="nr_Nota_1195834_154" id="nr_Nota_1195834_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_160" id="ci_AlunoAvaliacao_1195834_160" value="78659423" type="hidden">
                <input name="nr_Nota_1195834_160" id="nr_Nota_1195834_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_530" id="ci_AlunoAvaliacao_1195834_530" value="78663510" type="hidden">
                <input name="nr_Nota_1195834_530" id="nr_Nota_1195834_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_780" id="ci_AlunoAvaliacao_1195834_780" value="97800687" type="hidden">
                <input name="nr_Nota_1195834_780" id="nr_Nota_1195834_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_800" id="ci_AlunoAvaliacao_1195834_800" value="78658769" type="hidden">
                <input name="nr_Nota_1195834_800" id="nr_Nota_1195834_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_890" id="ci_AlunoAvaliacao_1195834_890" value="78662508" type="hidden">
                <input name="nr_Nota_1195834_890" id="nr_Nota_1195834_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_970" id="ci_AlunoAvaliacao_1195834_970" value="78657364" type="hidden">
                <input name="nr_Nota_1195834_970" id="nr_Nota_1195834_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_3330" id="ci_AlunoAvaliacao_1195834_3330" value="78663209" type="hidden">
                <input name="nr_Nota_1195834_3330" id="nr_Nota_1195834_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1130" id="ci_AlunoAvaliacao_1195834_1130" value="78661971" type="hidden">
                <input name="nr_Nota_1195834_1130" id="nr_Nota_1195834_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1140" id="ci_AlunoAvaliacao_1195834_1140" value="78660226" type="hidden">
                <input name="nr_Nota_1195834_1140" id="nr_Nota_1195834_1140" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1200" id="ci_AlunoAvaliacao_1195834_1200" value="77352211" type="hidden">
                <input name="nr_Nota_1195834_1200" id="nr_Nota_1195834_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1620" id="ci_AlunoAvaliacao_1195834_1620" value="79775202" type="hidden">
                <input name="nr_Nota_1195834_1620" id="nr_Nota_1195834_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1195834_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1195834_1730" id="ci_AlunoAvaliacao_1195834_1730" value="77685850" type="hidden">
                <input name="nr_Nota_1195834_1730" id="nr_Nota_1195834_1730" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1203029&nbsp;TAYNA SOARES DA SILVA
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1203029" type="hidden"></td>
            
            <td id="colunaNotaAluno_1203029_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_154" id="ci_AlunoAvaliacao_1203029_154" value="78661228" type="hidden">
                <input name="nr_Nota_1203029_154" id="nr_Nota_1203029_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_160" id="ci_AlunoAvaliacao_1203029_160" value="78659425" type="hidden">
                <input name="nr_Nota_1203029_160" id="nr_Nota_1203029_160" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_530" id="ci_AlunoAvaliacao_1203029_530" value="78663512" type="hidden">
                <input name="nr_Nota_1203029_530" id="nr_Nota_1203029_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_780" id="ci_AlunoAvaliacao_1203029_780" value="79309120" type="hidden">
                <input name="nr_Nota_1203029_780" id="nr_Nota_1203029_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_800" id="ci_AlunoAvaliacao_1203029_800" value="78658771" type="hidden">
                <input name="nr_Nota_1203029_800" id="nr_Nota_1203029_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_890" id="ci_AlunoAvaliacao_1203029_890" value="78662510" type="hidden">
                <input name="nr_Nota_1203029_890" id="nr_Nota_1203029_890" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_970" id="ci_AlunoAvaliacao_1203029_970" value="78657366" type="hidden">
                <input name="nr_Nota_1203029_970" id="nr_Nota_1203029_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_3330" id="ci_AlunoAvaliacao_1203029_3330" value="78663211" type="hidden">
                <input name="nr_Nota_1203029_3330" id="nr_Nota_1203029_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1130" id="ci_AlunoAvaliacao_1203029_1130" value="78661973" type="hidden">
                <input name="nr_Nota_1203029_1130" id="nr_Nota_1203029_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1140" id="ci_AlunoAvaliacao_1203029_1140" value="78660228" type="hidden">
                <input name="nr_Nota_1203029_1140" id="nr_Nota_1203029_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1200" id="ci_AlunoAvaliacao_1203029_1200" value="77352213" type="hidden">
                <input name="nr_Nota_1203029_1200" id="nr_Nota_1203029_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1620" id="ci_AlunoAvaliacao_1203029_1620" value="79775204" type="hidden">
                <input name="nr_Nota_1203029_1620" id="nr_Nota_1203029_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1203029_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1203029_1730" id="ci_AlunoAvaliacao_1203029_1730" value="77685852" type="hidden">
                <input name="nr_Nota_1203029_1730" id="nr_Nota_1203029_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;641349&nbsp;TAYLANE DE SOUZA BEZERRA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="641349" type="hidden"></td>
            
            <td id="colunaNotaAluno_641349_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_154" id="ci_AlunoAvaliacao_641349_154" value="78661229" type="hidden">
                <input name="nr_Nota_641349_154" id="nr_Nota_641349_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_160" id="ci_AlunoAvaliacao_641349_160" value="78659426" type="hidden">
                <input name="nr_Nota_641349_160" id="nr_Nota_641349_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_530" id="ci_AlunoAvaliacao_641349_530" value="78663513" type="hidden">
                <input name="nr_Nota_641349_530" id="nr_Nota_641349_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_780" id="ci_AlunoAvaliacao_641349_780" value="79309121" type="hidden">
                <input name="nr_Nota_641349_780" id="nr_Nota_641349_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_800" id="ci_AlunoAvaliacao_641349_800" value="78658772" type="hidden">
                <input name="nr_Nota_641349_800" id="nr_Nota_641349_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_890" id="ci_AlunoAvaliacao_641349_890" value="78662511" type="hidden">
                <input name="nr_Nota_641349_890" id="nr_Nota_641349_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_970" id="ci_AlunoAvaliacao_641349_970" value="78657367" type="hidden">
                <input name="nr_Nota_641349_970" id="nr_Nota_641349_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_3330" id="ci_AlunoAvaliacao_641349_3330" value="78663212" type="hidden">
                <input name="nr_Nota_641349_3330" id="nr_Nota_641349_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1130" id="ci_AlunoAvaliacao_641349_1130" value="78661974" type="hidden">
                <input name="nr_Nota_641349_1130" id="nr_Nota_641349_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1140" id="ci_AlunoAvaliacao_641349_1140" value="78660229" type="hidden">
                <input name="nr_Nota_641349_1140" id="nr_Nota_641349_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1200" id="ci_AlunoAvaliacao_641349_1200" value="77352214" type="hidden">
                <input name="nr_Nota_641349_1200" id="nr_Nota_641349_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1620" id="ci_AlunoAvaliacao_641349_1620" value="79775205" type="hidden">
                <input name="nr_Nota_641349_1620" id="nr_Nota_641349_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_641349_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_641349_1730" id="ci_AlunoAvaliacao_641349_1730" value="77685853" type="hidden">
                <input name="nr_Nota_641349_1730" id="nr_Nota_641349_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1524156&nbsp;THAIS MARJORIE GOMES DA SILVA
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="1524156" type="hidden"></td>
            
            <td id="colunaNotaAluno_1524156_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_154" id="ci_AlunoAvaliacao_1524156_154" value="78661230" type="hidden">
                <input name="nr_Nota_1524156_154" id="nr_Nota_1524156_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_160" id="ci_AlunoAvaliacao_1524156_160" value="78659427" type="hidden">
                <input name="nr_Nota_1524156_160" id="nr_Nota_1524156_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_530" id="ci_AlunoAvaliacao_1524156_530" value="78663514" type="hidden">
                <input name="nr_Nota_1524156_530" id="nr_Nota_1524156_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_780" id="ci_AlunoAvaliacao_1524156_780" value="79309122" type="hidden">
                <input name="nr_Nota_1524156_780" id="nr_Nota_1524156_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_800" id="ci_AlunoAvaliacao_1524156_800" value="78658773" type="hidden">
                <input name="nr_Nota_1524156_800" id="nr_Nota_1524156_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_890" id="ci_AlunoAvaliacao_1524156_890" value="78662512" type="hidden">
                <input name="nr_Nota_1524156_890" id="nr_Nota_1524156_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_970" id="ci_AlunoAvaliacao_1524156_970" value="78657368" type="hidden">
                <input name="nr_Nota_1524156_970" id="nr_Nota_1524156_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_3330" id="ci_AlunoAvaliacao_1524156_3330" value="78663213" type="hidden">
                <input name="nr_Nota_1524156_3330" id="nr_Nota_1524156_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1130" id="ci_AlunoAvaliacao_1524156_1130" value="78661975" type="hidden">
                <input name="nr_Nota_1524156_1130" id="nr_Nota_1524156_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1140" id="ci_AlunoAvaliacao_1524156_1140" value="78660230" type="hidden">
                <input name="nr_Nota_1524156_1140" id="nr_Nota_1524156_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1200" id="ci_AlunoAvaliacao_1524156_1200" value="77352215" type="hidden">
                <input name="nr_Nota_1524156_1200" id="nr_Nota_1524156_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1620" id="ci_AlunoAvaliacao_1524156_1620" value="79775206" type="hidden">
                <input name="nr_Nota_1524156_1620" id="nr_Nota_1524156_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1524156_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1524156_1730" id="ci_AlunoAvaliacao_1524156_1730" value="77685854" type="hidden">
                <input name="nr_Nota_1524156_1730" id="nr_Nota_1524156_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197340&nbsp;WERMESON COSTA SOUSA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1197340" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197340_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_154" id="ci_AlunoAvaliacao_1197340_154" value="78661231" type="hidden">
                <input name="nr_Nota_1197340_154" id="nr_Nota_1197340_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_160" id="ci_AlunoAvaliacao_1197340_160" value="78659428" type="hidden">
                <input name="nr_Nota_1197340_160" id="nr_Nota_1197340_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_530" id="ci_AlunoAvaliacao_1197340_530" value="78663515" type="hidden">
                <input name="nr_Nota_1197340_530" id="nr_Nota_1197340_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_780" id="ci_AlunoAvaliacao_1197340_780" value="79309123" type="hidden">
                <input name="nr_Nota_1197340_780" id="nr_Nota_1197340_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_800" id="ci_AlunoAvaliacao_1197340_800" value="78658774" type="hidden">
                <input name="nr_Nota_1197340_800" id="nr_Nota_1197340_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_890" id="ci_AlunoAvaliacao_1197340_890" value="78662513" type="hidden">
                <input name="nr_Nota_1197340_890" id="nr_Nota_1197340_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_970" id="ci_AlunoAvaliacao_1197340_970" value="78657369" type="hidden">
                <input name="nr_Nota_1197340_970" id="nr_Nota_1197340_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_3330" id="ci_AlunoAvaliacao_1197340_3330" value="78663214" type="hidden">
                <input name="nr_Nota_1197340_3330" id="nr_Nota_1197340_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1130" id="ci_AlunoAvaliacao_1197340_1130" value="78661976" type="hidden">
                <input name="nr_Nota_1197340_1130" id="nr_Nota_1197340_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1140" id="ci_AlunoAvaliacao_1197340_1140" value="78660231" type="hidden">
                <input name="nr_Nota_1197340_1140" id="nr_Nota_1197340_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1200" id="ci_AlunoAvaliacao_1197340_1200" value="77352216" type="hidden">
                <input name="nr_Nota_1197340_1200" id="nr_Nota_1197340_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1620" id="ci_AlunoAvaliacao_1197340_1620" value="79775207" type="hidden">
                <input name="nr_Nota_1197340_1620" id="nr_Nota_1197340_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197340_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197340_1730" id="ci_AlunoAvaliacao_1197340_1730" value="77685855" type="hidden">
                <input name="nr_Nota_1197340_1730" id="nr_Nota_1197340_1730" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;520964&nbsp;YAGO BRAYON AGUIAR AIRES
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="520964" type="hidden"></td>
            
            <td id="colunaNotaAluno_520964_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_154" id="ci_AlunoAvaliacao_520964_154" value="78661233" type="hidden">
                <input name="nr_Nota_520964_154" id="nr_Nota_520964_154" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_160" id="ci_AlunoAvaliacao_520964_160" value="78659430" type="hidden">
                <input name="nr_Nota_520964_160" id="nr_Nota_520964_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_530" id="ci_AlunoAvaliacao_520964_530" value="78663517" type="hidden">
                <input name="nr_Nota_520964_530" id="nr_Nota_520964_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_780" id="ci_AlunoAvaliacao_520964_780" value="79309125" type="hidden">
                <input name="nr_Nota_520964_780" id="nr_Nota_520964_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_800" id="ci_AlunoAvaliacao_520964_800" value="78658776" type="hidden">
                <input name="nr_Nota_520964_800" id="nr_Nota_520964_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_890" id="ci_AlunoAvaliacao_520964_890" value="78662515" type="hidden">
                <input name="nr_Nota_520964_890" id="nr_Nota_520964_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_970" id="ci_AlunoAvaliacao_520964_970" value="78657371" type="hidden">
                <input name="nr_Nota_520964_970" id="nr_Nota_520964_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_3330" id="ci_AlunoAvaliacao_520964_3330" value="78663216" type="hidden">
                <input name="nr_Nota_520964_3330" id="nr_Nota_520964_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1130" id="ci_AlunoAvaliacao_520964_1130" value="78661978" type="hidden">
                <input name="nr_Nota_520964_1130" id="nr_Nota_520964_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1140" id="ci_AlunoAvaliacao_520964_1140" value="78660233" type="hidden">
                <input name="nr_Nota_520964_1140" id="nr_Nota_520964_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1200" id="ci_AlunoAvaliacao_520964_1200" value="77352218" type="hidden">
                <input name="nr_Nota_520964_1200" id="nr_Nota_520964_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1620" id="ci_AlunoAvaliacao_520964_1620" value="79775209" type="hidden">
                <input name="nr_Nota_520964_1620" id="nr_Nota_520964_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_520964_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_520964_1730" id="ci_AlunoAvaliacao_520964_1730" value="77685857" type="hidden">
                <input name="nr_Nota_520964_1730" id="nr_Nota_520964_1730" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1509987&nbsp;YNARA FERREIRA LOPES
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="1509987" type="hidden"></td>
            
            <td id="colunaNotaAluno_1509987_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_154" id="ci_AlunoAvaliacao_1509987_154" value="97111816" type="hidden">
                <input name="nr_Nota_1509987_154" id="nr_Nota_1509987_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_160" id="ci_AlunoAvaliacao_1509987_160" value="97111817" type="hidden">
                <input name="nr_Nota_1509987_160" id="nr_Nota_1509987_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_530" id="ci_AlunoAvaliacao_1509987_530" value="97111818" type="hidden">
                <input name="nr_Nota_1509987_530" id="nr_Nota_1509987_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_780" id="ci_AlunoAvaliacao_1509987_780" value="97111819" type="hidden">
                <input name="nr_Nota_1509987_780" id="nr_Nota_1509987_780" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_800" id="ci_AlunoAvaliacao_1509987_800" value="97111820" type="hidden">
                <input name="nr_Nota_1509987_800" id="nr_Nota_1509987_800" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_890" id="ci_AlunoAvaliacao_1509987_890" value="97111821" type="hidden">
                <input name="nr_Nota_1509987_890" id="nr_Nota_1509987_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_970" id="ci_AlunoAvaliacao_1509987_970" value="97111822" type="hidden">
                <input name="nr_Nota_1509987_970" id="nr_Nota_1509987_970" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_3330" id="ci_AlunoAvaliacao_1509987_3330" value="97111823" type="hidden">
                <input name="nr_Nota_1509987_3330" id="nr_Nota_1509987_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1130" id="ci_AlunoAvaliacao_1509987_1130" value="97111824" type="hidden">
                <input name="nr_Nota_1509987_1130" id="nr_Nota_1509987_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1140" id="ci_AlunoAvaliacao_1509987_1140" value="97111825" type="hidden">
                <input name="nr_Nota_1509987_1140" id="nr_Nota_1509987_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1200" id="ci_AlunoAvaliacao_1509987_1200" value="97111826" type="hidden">
                <input name="nr_Nota_1509987_1200" id="nr_Nota_1509987_1200" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1620" id="ci_AlunoAvaliacao_1509987_1620" value="97111827" type="hidden">
                <input name="nr_Nota_1509987_1620" id="nr_Nota_1509987_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1509987_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1509987_1730" id="ci_AlunoAvaliacao_1509987_1730" value="97111828" type="hidden">
                <input name="nr_Nota_1509987_1730" id="nr_Nota_1509987_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: none; top: 229px; left: 271px;" id="tooltip"><h3>ARTE</h3><div class="body">ERIKA RESLEY FERNANDES LIMA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>